• frmPlaceOrders.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmPlaceOrders
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmPlaceOrders));
33             
this.Label13 = new System.Windows.Forms.Label();
34             
this.Label4 = new System.Windows.Forms.Label();
35             
this.Label1 = new System.Windows.Forms.Label();
36             
this.Label2 = new System.Windows.Forms.Label();
37             
this.Label3 = new System.Windows.Forms.Label();
38             
this.txtCustomerName = new System.Windows.Forms.TextBox();
39             
this.txtInvoiceNo = new System.Windows.Forms.TextBox();
40             
this.dtpInvoiceDate = new System.Windows.Forms.DateTimePicker();
41             
this.txtCustomerID = new System.Windows.Forms.TextBox();
42             
this.GroupBox1 = new System.Windows.Forms.GroupBox();
43             
this.txtTotalAmount = new System.Windows.Forms.TextBox();
44             
this.Label11 = new System.Windows.Forms.Label();
45             
this.Button7 = new System.Windows.Forms.Button();
46             
this.Label5 = new System.Windows.Forms.Label();
47             
this.txtProductName = new System.Windows.Forms.TextBox();
48             
this.Label12 = new System.Windows.Forms.Label();
49             
this.txtSaleQty = new System.Windows.Forms.TextBox();
50             
this.Label9 = new System.Windows.Forms.Label();
51             
this.txtPrice = new System.Windows.Forms.TextBox();
52             
this.Label10 = new System.Windows.Forms.Label();
53             
this.txtAvailableQty = new System.Windows.Forms.TextBox();
54             
this.ListView1 = new System.Windows.Forms.ListView();
55             
this.ColumnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
56             
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
57             
this.ColumnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
58             
this.ColumnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
59             
this.ColumnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
60             
this.ColumnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
61             
this.Panel2 = new System.Windows.Forms.Panel();
62             
this.cmbPaymentType = new System.Windows.Forms.ComboBox();
63             
this.label18 = new System.Windows.Forms.Label();
64             
this.txtDiscountAmount = new System.Windows.Forms.TextBox();
65             
this.label17 = new System.Windows.Forms.Label();
66             
this.txtDiscountPer = new System.Windows.Forms.TextBox();
67             
this.label8 = new System.Windows.Forms.Label();
68             
this.txtPaymentDue = new System.Windows.Forms.TextBox();
69             
this.txtTotalPayment = new System.Windows.Forms.TextBox();
70             
this.Label19 = new System.Windows.Forms.Label();
71             
this.payment = new System.Windows.Forms.Label();
72             
this.txtTotal = new System.Windows.Forms.TextBox();
73             
this.Label16 = new System.Windows.Forms.Label();
74             
this.txtTaxAmt = new System.Windows.Forms.TextBox();
75             
this.Label24 = new System.Windows.Forms.Label();
76             
this.txtTaxPer = new System.Windows.Forms.TextBox();
77             
this.Label15 = new System.Windows.Forms.Label();
78             
this.txtSubTotal = new System.Windows.Forms.TextBox();
79             
this.Label14 = new System.Windows.Forms.Label();
80             
this.btnRemove = new System.Windows.Forms.Button();
81             
this.btnPrint = new System.Windows.Forms.Button();
82             
this.Panel1 = new System.Windows.Forms.Panel();
83             
this.NewRecord = new System.Windows.Forms.Button();
84             
this.Save = new System.Windows.Forms.Button();
85             
this.txtProductID = new System.Windows.Forms.TextBox();
86             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
87             
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
88             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
89             
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
90             
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
91             
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
92             
this.groupBox2 = new System.Windows.Forms.GroupBox();
93             
this.txtProduct = new System.Windows.Forms.TextBox();
94             
this.timer1 = new System.Windows.Forms.Timer(this.components);
95             
this.label6 = new System.Windows.Forms.Label();
96             
this.GroupBox1.SuspendLayout();
97             
this.Panel2.SuspendLayout();
98             
this.Panel1.SuspendLayout();
99             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
100             
this.groupBox2.SuspendLayout();
101             
this.SuspendLayout();
102             
//
103             
// Label13
104             
//
105             
this.Label13.AutoSize = true;
106             
this.Label13.BackColor = System.Drawing.Color.LightGray;
107             
this.Label13.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108             
this.Label13.Location = new System.Drawing.Point(33, 12);
109             
this.Label13.Name = "Label13";
110             
this.Label13.Size = new System.Drawing.Size(62, 22);
111             
this.Label13.TabIndex = 96;
112             
this.Label13.Text = "Orders";
113             
//
114             
// Label4
115             
//
116             
this.Label4.AutoSize = true;
117             
this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
118             
this.Label4.Location = new System.Drawing.Point(280, 9);
119             
this.Label4.Name = "Label4";
120             
this.Label4.Size = new System.Drawing.Size(64, 17);
121             
this.Label4.TabIndex = 99;
122             
this.Label4.Text = "Order No.";
123             
this.Label4.Visible = false;
124             
//
125             
// Label1
126             
//
127             
this.Label1.AutoSize = true;
128             
this.Label1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
129             
this.Label1.Location = new System.Drawing.Point(34, 87);
130             
this.Label1.Name = "Label1";
131             
this.Label1.Size = new System.Drawing.Size(80, 17);
132             
this.Label1.TabIndex = 97;
133             
this.Label1.Text = "Customer ID";
134             
//
135             
// Label2
136             
//
137             
this.Label2.AutoSize = true;
138             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
139             
this.Label2.Location = new System.Drawing.Point(35, 124);
140             
this.Label2.Name = "Label2";
141             
this.Label2.Size = new System.Drawing.Size(98, 17);
142             
this.Label2.TabIndex = 98;
143             
this.Label2.Text = "Customer Name";
144             
//
145             
// Label3
146             
//
147             
this.Label3.AutoSize = true;
148             
this.Label3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
149             
this.Label3.Location = new System.Drawing.Point(35, 54);
150             
this.Label3.Name = "Label3";
151             
this.Label3.Size = new System.Drawing.Size(70, 17);
152             
this.Label3.TabIndex = 100;
153             
this.Label3.Text = "Order Date";
154             
//
155             
// txtCustomerName
156             
//
157             
this.txtCustomerName.Location = new System.Drawing.Point(159, 121);
158             
this.txtCustomerName.Name = "txtCustomerName";
159             
this.txtCustomerName.ReadOnly = true;
160             
this.txtCustomerName.Size = new System.Drawing.Size(353, 24);
161             
this.txtCustomerName.TabIndex = 104;
162             
//
163             
// txtInvoiceNo
164             
//
165             
this.txtInvoiceNo.Location = new System.Drawing.Point(354, 9);
166             
this.txtInvoiceNo.Name = "txtInvoiceNo";
167             
this.txtInvoiceNo.ReadOnly = true;
168             
this.txtInvoiceNo.Size = new System.Drawing.Size(185, 24);
169             
this.txtInvoiceNo.TabIndex = 101;
170             
this.txtInvoiceNo.Visible = false;
171             
//
172             
// dtpInvoiceDate
173             
//
174             
this.dtpInvoiceDate.CustomFormat = "dd/MMM/yyyy";
175             
this.dtpInvoiceDate.Enabled = false;
176             
this.dtpInvoiceDate.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.dtpInvoiceDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
178             
this.dtpInvoiceDate.Location = new System.Drawing.Point(159, 53);
179             
this.dtpInvoiceDate.Name = "dtpInvoiceDate";
180             
this.dtpInvoiceDate.Size = new System.Drawing.Size(120, 24);
181             
this.dtpInvoiceDate.TabIndex = 102;
182             
//
183             
// txtCustomerID
184             
//
185             
this.txtCustomerID.Location = new System.Drawing.Point(159, 87);
186             
this.txtCustomerID.Name = "txtCustomerID";
187             
this.txtCustomerID.ReadOnly = true;
188             
this.txtCustomerID.Size = new System.Drawing.Size(185, 24);
189             
this.txtCustomerID.TabIndex = 103;
190             
//
191             
// GroupBox1
192             
//
193             
this.GroupBox1.Controls.Add(this.txtTotalAmount);
194             
this.GroupBox1.Controls.Add(this.Label11);
195             
this.GroupBox1.Controls.Add(this.Button7);
196             
this.GroupBox1.Controls.Add(this.Label5);
197             
this.GroupBox1.Controls.Add(this.txtProductName);
198             
this.GroupBox1.Controls.Add(this.Label12);
199             
this.GroupBox1.Controls.Add(this.txtSaleQty);
200             
this.GroupBox1.Controls.Add(this.Label9);
201             
this.GroupBox1.Controls.Add(this.txtPrice);
202             
this.GroupBox1.Controls.Add(this.Label10);
203             
this.GroupBox1.Controls.Add(this.txtAvailableQty);
204             
this.GroupBox1.Location = new System.Drawing.Point(38, 169);
205             
this.GroupBox1.Name = "GroupBox1";
206             
this.GroupBox1.Size = new System.Drawing.Size(651, 147);
207             
this.GroupBox1.TabIndex = 107;
208             
this.GroupBox1.TabStop = false;
209             
this.GroupBox1.Text = "Product Details";
210             
//
211             
// txtTotalAmount
212             
//
213             
this.txtTotalAmount.Location = new System.Drawing.Point(370, 103);
214             
this.txtTotalAmount.Name = "txtTotalAmount";
215             
this.txtTotalAmount.ReadOnly = true;
216             
this.txtTotalAmount.Size = new System.Drawing.Size(132, 24);
217             
this.txtTotalAmount.TabIndex = 93;
218             
//
219             
// Label11
220             
//
221             
this.Label11.AutoSize = true;
222             
this.Label11.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
223             
this.Label11.Location = new System.Drawing.Point(26, 106);
224             
this.Label11.Name = "Label11";
225             
this.Label11.Size = new System.Drawing.Size(57, 17);
226             
this.Label11.TabIndex = 89;
227             
this.Label11.Text = "Buy Qty.";
228             
//
229             
// Button7
230             
//
231             
this.Button7.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
232             
this.Button7.Location = new System.Drawing.Point(522, 27);
233             
this.Button7.Name = "Button7";
234             
this.Button7.Size = new System.Drawing.Size(87, 23);
235             
this.Button7.TabIndex = 6;
236             
this.Button7.Text = "&Add To Cart";
237             
this.Button7.UseVisualStyleBackColor = true;
238             
this.Button7.Click += new System.EventHandler(this.Button7_Click);
239             
//
240             
// Label5
241             
//
242             
this.Label5.AutoSize = true;
243             
this.Label5.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
244             
this.Label5.Location = new System.Drawing.Point(26, 33);
245             
this.Label5.Name = "Label5";
246             
this.Label5.Size = new System.Drawing.Size(87, 17);
247             
this.Label5.TabIndex = 74;
248             
this.Label5.Text = "Product Name";
249             
//
250             
// txtProductName
251             
//
252             
this.txtProductName.Location = new System.Drawing.Point(138, 28);
253             
this.txtProductName.Name = "txtProductName";
254             
this.txtProductName.ReadOnly = true;
255             
this.txtProductName.Size = new System.Drawing.Size(364, 24);
256             
this.txtProductName.TabIndex = 1;
257             
//
258             
// Label12
259             
//
260             
this.Label12.AutoSize = true;
261             
this.Label12.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
262             
this.Label12.Location = new System.Drawing.Point(26, 67);
263             
this.Label12.Name = "Label12";
264             
this.Label12.Size = new System.Drawing.Size(61, 17);
265             
this.Label12.TabIndex = 87;
266             
this.Label12.Text = "Unit Price";
267             
//
268             
// txtSaleQty
269             
//
270             
this.txtSaleQty.Location = new System.Drawing.Point(138, 99);
271             
this.txtSaleQty.Name = "txtSaleQty";
272             
this.txtSaleQty.Size = new System.Drawing.Size(89, 24);
273             
this.txtSaleQty.TabIndex = 4;
274             
this.txtSaleQty.TextChanged += new System.EventHandler(this.txtSaleQty_TextChanged);
275             
this.txtSaleQty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSaleQty_KeyPress);
276             
this.txtSaleQty.Validating += new System.ComponentModel.CancelEventHandler(this.txtSaleQty_Validating);
277             
//
278             
// Label9
279             
//
280             
this.Label9.AutoSize = true;
281             
this.Label9.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
282             
this.Label9.Location = new System.Drawing.Point(271, 67);
283             
this.Label9.Name = "Label9";
284             
this.Label9.Size = new System.Drawing.Size(81, 17);
285             
this.Label9.TabIndex = 75;
286             
this.Label9.Text = "Available Qty";
287             
//
288             
// txtPrice
289             
//
290             
this.txtPrice.Location = new System.Drawing.Point(138, 64);
291             
this.txtPrice.Name = "txtPrice";
292             
this.txtPrice.ReadOnly = true;
293             
this.txtPrice.Size = new System.Drawing.Size(89, 24);
294             
this.txtPrice.TabIndex = 3;
295             
//
296             
// Label10
297             
//
298             
this.Label10.AutoSize = true;
299             
this.Label10.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
300             
this.Label10.Location = new System.Drawing.Point(271, 106);
301             
this.Label10.Name = "Label10";
302             
this.Label10.Size = new System.Drawing.Size(85, 17);
303             
this.Label10.TabIndex = 76;
304             
this.Label10.Text = "Total Amount";
305             
//
306             
// txtAvailableQty
307             
//
308             
this.txtAvailableQty.Location = new System.Drawing.Point(370, 64);
309             
this.txtAvailableQty.Name = "txtAvailableQty";
310             
this.txtAvailableQty.ReadOnly = true;
311             
this.txtAvailableQty.Size = new System.Drawing.Size(89, 24);
312             
this.txtAvailableQty.TabIndex = 5;
313             
//
314             
// ListView1
315             
//
316             
this.ListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
317             
this.ColumnHeader1,
318             
this.columnHeader6,
319             
this.ColumnHeader2,
320             
this.ColumnHeader3,
321             
this.ColumnHeader4,
322             
this.ColumnHeader5});
323             
this.ListView1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
324             
this.ListView1.FullRowSelect = true;
325             
this.ListView1.GridLines = true;
326             
this.ListView1.Location = new System.Drawing.Point(37, 333);
327             
this.ListView1.Name = "ListView1";
328             
this.ListView1.Size = new System.Drawing.Size(651, 331);
329             
this.ListView1.TabIndex = 108;
330             
this.ListView1.UseCompatibleStateImageBehavior = false;
331             
this.ListView1.View = System.Windows.Forms.View.Details;
332             
this.ListView1.SelectedIndexChanged += new System.EventHandler(this.ListView1_SelectedIndexChanged);
333             
//
334             
// ColumnHeader1
335             
//
336             
this.ColumnHeader1.Width = 0;
337             
//
338             
// columnHeader6
339             
//
340             
this.columnHeader6.Text = "Product ID";
341             
this.columnHeader6.Width = 80;
342             
//
343             
// ColumnHeader2
344             
//
345             
this.ColumnHeader2.Text = "Product Name";
346             
this.ColumnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
347             
this.ColumnHeader2.Width = 270;
348             
//
349             
// ColumnHeader3
350             
//
351             
this.ColumnHeader3.Text = "Unit Price";
352             
this.ColumnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
353             
this.ColumnHeader3.Width = 90;
354             
//
355             
// ColumnHeader4
356             
//
357             
this.ColumnHeader4.Text = "Qty.";
358             
this.ColumnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
359             
this.ColumnHeader4.Width = 85;
360             
//
361             
// ColumnHeader5
362             
//
363             
this.ColumnHeader5.Text = "Total Amount";
364             
this.ColumnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
365             
this.ColumnHeader5.Width = 120;
366             
//
367             
// Panel2
368             
//
369             
this.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
370             
this.Panel2.Controls.Add(this.cmbPaymentType);
371             
this.Panel2.Controls.Add(this.label18);
372             
this.Panel2.Controls.Add(this.txtDiscountAmount);
373             
this.Panel2.Controls.Add(this.label17);
374             
this.Panel2.Controls.Add(this.txtDiscountPer);
375             
this.Panel2.Controls.Add(this.label8);
376             
this.Panel2.Controls.Add(this.txtPaymentDue);
377             
this.Panel2.Controls.Add(this.txtTotalPayment);
378             
this.Panel2.Controls.Add(this.Label19);
379             
this.Panel2.Controls.Add(this.payment);
380             
this.Panel2.Controls.Add(this.txtTotal);
381             
this.Panel2.Controls.Add(this.Label16);
382             
this.Panel2.Controls.Add(this.txtTaxAmt);
383             
this.Panel2.Controls.Add(this.Label24);
384             
this.Panel2.Controls.Add(this.txtTaxPer);
385             
this.Panel2.Controls.Add(this.Label15);
386             
this.Panel2.Controls.Add(this.txtSubTotal);
387             
this.Panel2.Controls.Add(this.Label14);
388             
this.Panel2.Location = new System.Drawing.Point(695, 408);
389             
this.Panel2.Name = "Panel2";
390             
this.Panel2.Size = new System.Drawing.Size(490, 221);
391             
this.Panel2.TabIndex = 109;
392             
//
393             
// cmbPaymentType
394             
//
395             
this.cmbPaymentType.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Append;
396             
this.cmbPaymentType.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
397             
this.cmbPaymentType.FormattingEnabled = true;
398             
this.cmbPaymentType.Items.AddRange(new object[] {
399             
"COD",
400             
"Debit Card",
401             
"Credit Card",
402             
"By Check",
403             
"By DD",
404             
"Online"});
405             
this.cmbPaymentType.Location = new System.Drawing.Point(341, 180);
406             
this.cmbPaymentType.Name = "cmbPaymentType";
407             
this.cmbPaymentType.Size = new System.Drawing.Size(137, 25);
408             
this.cmbPaymentType.TabIndex = 3;
409             
//
410             
// label18
411             
//
412             
this.label18.AutoSize = true;
413             
this.label18.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
414             
this.label18.Location = new System.Drawing.Point(232, 183);
415             
this.label18.Name = "label18";
416             
this.label18.Size = new System.Drawing.Size(89, 17);
417             
this.label18.TabIndex = 120;
418             
this.label18.Text = "Payment Type";
419             
//
420             
// txtDiscountAmount
421             
//
422             
this.txtDiscountAmount.Location = new System.Drawing.Point(220, 82);
423             
this.txtDiscountAmount.Name = "txtDiscountAmount";
424             
this.txtDiscountAmount.ReadOnly = true;
425             
this.txtDiscountAmount.Size = new System.Drawing.Size(80, 24);
426             
this.txtDiscountAmount.TabIndex = 7;
427             
this.txtDiscountAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
428             
//
429             
// label17
430             
//
431             
this.label17.AutoSize = true;
432             
this.label17.BackColor = System.Drawing.Color.White;
433             
this.label17.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
434             
this.label17.ForeColor = System.Drawing.Color.Black;
435             
this.label17.Location = new System.Drawing.Point(174, 82);
436             
this.label17.Name = "label17";
437             
this.label17.Size = new System.Drawing.Size(23, 21);
438             
this.label17.TabIndex = 101;
439             
this.label17.Text = "%";
440             
//
441             
// txtDiscountPer
442             
//
443             
this.txtDiscountPer.Location = new System.Drawing.Point(116, 83);
444             
this.txtDiscountPer.Name = "txtDiscountPer";
445             
this.txtDiscountPer.ReadOnly = true;
446             
this.txtDiscountPer.Size = new System.Drawing.Size(52, 24);
447             
this.txtDiscountPer.TabIndex = 1;
448             
this.txtDiscountPer.Text = "5.78";
449             
this.txtDiscountPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
450             
this.txtDiscountPer.TextChanged += new System.EventHandler(this.txtDiscountPer_TextChanged);
451             
//
452             
// label8
453             
//
454             
this.label8.AutoSize = true;
455             
this.label8.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
456             
this.label8.Location = new System.Drawing.Point(19, 86);
457             
this.label8.Name = "label8";
458             
this.label8.Size = new System.Drawing.Size(56, 17);
459             
this.label8.TabIndex = 99;
460             
this.label8.Text = "Discount";
461             
//
462             
// txtPaymentDue
463             
//
464             
this.txtPaymentDue.Location = new System.Drawing.Point(116, 183);
465             
this.txtPaymentDue.Name = "txtPaymentDue";
466             
this.txtPaymentDue.ReadOnly = true;
467             
this.txtPaymentDue.Size = new System.Drawing.Size(81, 24);
468             
this.txtPaymentDue.TabIndex = 8;
469             
this.txtPaymentDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
470             
//
471             
// txtTotalPayment
472             
//
473             
this.txtTotalPayment.Location = new System.Drawing.Point(116, 150);
474             
this.txtTotalPayment.Name = "txtTotalPayment";
475             
this.txtTotalPayment.ReadOnly = true;
476             
this.txtTotalPayment.Size = new System.Drawing.Size(81, 24);
477             
this.txtTotalPayment.TabIndex = 2;
478             
this.txtTotalPayment.Text = "0.00";
479             
this.txtTotalPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
480             
this.txtTotalPayment.TextChanged += new System.EventHandler(this.txtTotalPayment_TextChanged);
481             
this.txtTotalPayment.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTotalPayment_KeyPress);
482             
this.txtTotalPayment.Validating += new System.ComponentModel.CancelEventHandler(this.txtTotalPayment_Validating);
483             
//
484             
// Label19
485             
//
486             
this.Label19.AutoSize = true;
487             
this.Label19.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
488             
this.Label19.Location = new System.Drawing.Point(19, 183);
489             
this.Label19.Name = "Label19";
490             
this.Label19.Size = new System.Drawing.Size(83, 17);
491             
this.Label19.TabIndex = 96;
492             
this.Label19.Text = "Payment Due";
493             
//
494             
// payment
495             
//
496             
this.payment.AutoSize = true;
497             
this.payment.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
498             
this.payment.Location = new System.Drawing.Point(19, 151);
499             
this.payment.Name = "payment";
500             
this.payment.Size = new System.Drawing.Size(89, 17);
501             
this.payment.TabIndex = 95;
502             
this.payment.Text = "Total Payment";
503             
//
504             
// txtTotal
505             
//
506             
this.txtTotal.Location = new System.Drawing.Point(116, 117);
507             
this.txtTotal.Name = "txtTotal";
508             
this.txtTotal.ReadOnly = true;
509             
this.txtTotal.Size = new System.Drawing.Size(81, 24);
510             
this.txtTotal.TabIndex = 9;
511             
this.txtTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
512             
//
513             
// Label16
514             
//
515             
this.Label16.AutoSize = true;
516             
this.Label16.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
517             
this.Label16.Location = new System.Drawing.Point(19, 117);
518             
this.Label16.Name = "Label16";
519             
this.Label16.Size = new System.Drawing.Size(75, 17);
520             
this.Label16.TabIndex = 94;
521             
this.Label16.Text = "Grand Total";
522             
//
523             
// txtTaxAmt
524             
//
525             
this.txtTaxAmt.Location = new System.Drawing.Point(220, 47);
526             
this.txtTaxAmt.Name = "txtTaxAmt";
527             
this.txtTaxAmt.ReadOnly = true;
528             
this.txtTaxAmt.Size = new System.Drawing.Size(80, 24);
529             
this.txtTaxAmt.TabIndex = 6;
530             
this.txtTaxAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
531             
//
532             
// Label24
533             
//
534             
this.Label24.AutoSize = true;
535             
this.Label24.BackColor = System.Drawing.Color.White;
536             
this.Label24.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
537             
this.Label24.ForeColor = System.Drawing.Color.Black;
538             
this.Label24.Location = new System.Drawing.Point(174, 47);
539             
this.Label24.Name = "Label24";
540             
this.Label24.Size = new System.Drawing.Size(23, 21);
541             
this.Label24.TabIndex = 92;
542             
this.Label24.Text = "%";
543             
//
544             
// txtTaxPer
545             
//
546             
this.txtTaxPer.Location = new System.Drawing.Point(116, 48);
547             
this.txtTaxPer.Name = "txtTaxPer";
548             
this.txtTaxPer.ReadOnly = true;
549             
this.txtTaxPer.Size = new System.Drawing.Size(52, 24);
550             
this.txtTaxPer.TabIndex = 0;
551             
this.txtTaxPer.Text = "10.00";
552             
this.txtTaxPer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
553             
this.txtTaxPer.TextChanged += new System.EventHandler(this.txtTaxPer_TextChanged);
554             
this.txtTaxPer.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTaxPer_KeyPress);
555             
//
556             
// Label15
557             
//
558             
this.Label15.AutoSize = true;
559             
this.Label15.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
560             
this.Label15.Location = new System.Drawing.Point(20, 51);
561             
this.Label15.Name = "Label15";
562             
this.Label15.Size = new System.Drawing.Size(55, 17);
563             
this.Label15.TabIndex = 90;
564             
this.Label15.Text = "VAT+ST";
565             
//
566             
// txtSubTotal
567             
//
568             
this.txtSubTotal.Location = new System.Drawing.Point(116, 14);
569             
this.txtSubTotal.Name = "txtSubTotal";
570             
this.txtSubTotal.ReadOnly = true;
571             
this.txtSubTotal.Size = new System.Drawing.Size(184, 24);
572             
this.txtSubTotal.TabIndex = 5;
573             
//
574             
// Label14
575             
//
576             
this.Label14.AutoSize = true;
577             
this.Label14.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
578             
this.Label14.Location = new System.Drawing.Point(19, 16);
579             
this.Label14.Name = "Label14";
580             
this.Label14.Size = new System.Drawing.Size(61, 17);
581             
this.Label14.TabIndex = 77;
582             
this.Label14.Text = "Sub Total";
583             
//
584             
// btnRemove
585             
//
586             
this.btnRemove.Enabled = false;
587             
this.btnRemove.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
588             
this.btnRemove.Location = new System.Drawing.Point(694, 635);
589             
this.btnRemove.Name = "btnRemove";
590             
this.btnRemove.Size = new System.Drawing.Size(86, 29);
591             
this.btnRemove.TabIndex = 110;
592             
this.btnRemove.Text = "&Remove";
593             
this.btnRemove.UseVisualStyleBackColor = true;
594             
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
595             
//
596             
// btnPrint
597             
//
598             
this.btnPrint.Enabled = false;
599             
this.btnPrint.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
600             
this.btnPrint.Location = new System.Drawing.Point(786, 635);
601             
this.btnPrint.Name = "btnPrint";
602             
this.btnPrint.Size = new System.Drawing.Size(99, 29);
603             
this.btnPrint.TabIndex = 111;
604             
this.btnPrint.Text = "&Print Receipt";
605             
this.btnPrint.UseVisualStyleBackColor = true;
606             
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
607             
//
608             
// Panel1
609             
//
610             
this.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
611             
this.Panel1.Controls.Add(this.NewRecord);
612             
this.Panel1.Controls.Add(this.Save);
613             
this.Panel1.Location = new System.Drawing.Point(544, 39);
614             
this.Panel1.Name = "Panel1";
615             
this.Panel1.Size = new System.Drawing.Size(131, 124);
616             
this.Panel1.TabIndex = 112;
617             
//
618             
// NewRecord
619             
//
620             
this.NewRecord.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
621             
this.NewRecord.Location = new System.Drawing.Point(14, 8);
622             
this.NewRecord.Name = "NewRecord";
623             
this.NewRecord.Size = new System.Drawing.Size(98, 43);
624             
this.NewRecord.TabIndex = 0;
625             
this.NewRecord.Text = "&New";
626             
this.NewRecord.UseVisualStyleBackColor = true;
627             
this.NewRecord.Click += new System.EventHandler(this.NewRecord_Click);
628             
//
629             
// Save
630             
//
631             
this.Save.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
632             
this.Save.Location = new System.Drawing.Point(14, 62);
633             
this.Save.Name = "Save";
634             
this.Save.Size = new System.Drawing.Size(98, 43);
635             
this.Save.TabIndex = 1;
636             
this.Save.Text = "&Place Order";
637             
this.Save.UseVisualStyleBackColor = true;
638             
this.Save.Click += new System.EventHandler(this.Save_Click);
639             
//
640             
// txtProductID
641             
//
642             
this.txtProductID.Location = new System.Drawing.Point(1037, 72);
643             
this.txtProductID.Name = "txtProductID";
644             
this.txtProductID.Size = new System.Drawing.Size(100, 24);
645             
this.txtProductID.TabIndex = 114;
646             
this.txtProductID.Visible = false;
647             
//
648             
// dataGridView1
649             
//
650             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
651             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
652             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
653             
this.Column8,
654             
this.Column2,
655             
this.Column3,
656             
this.Column4,
657             
this.Column5});
658             
this.dataGridView1.Location = new System.Drawing.Point(695, 120);
659             
this.dataGridView1.MultiSelect = false;
660             
this.dataGridView1.Name = "dataGridView1";
661             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
662             
this.dataGridView1.Size = new System.Drawing.Size(582, 282);
663             
this.dataGridView1.TabIndex = 115;
664             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
665             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
666             
//
667             
// Column8
668             
//
669             
this.Column8.HeaderText = "Product ID";
670             
this.Column8.Name = "Column8";
671             
this.Column8.Width = 80;
672             
//
673             
// Column2
674             
//
675             
this.Column2.HeaderText = "Product Name";
676             
this.Column2.Name = "Column2";
677             
this.Column2.Width = 160;
678             
//
679             
// Column3
680             
//
681             
this.Column3.HeaderText = "Features";
682             
this.Column3.Name = "Column3";
683             
this.Column3.Width = 150;
684             
//
685             
// Column4
686             
//
687             
this.Column4.HeaderText = "Price";
688             
this.Column4.Name = "Column4";
689             
this.Column4.Width = 70;
690             
//
691             
// Column5
692             
//
693             
this.Column5.HeaderText = "Quantity";
694             
this.Column5.Name = "Column5";
695             
this.Column5.Width = 70;
696             
//
697             
// groupBox2
698             
//
699             
this.groupBox2.Controls.Add(this.txtProduct);
700             
this.groupBox2.Location = new System.Drawing.Point(695, 32);
701             
this.groupBox2.Name = "groupBox2";
702             
this.groupBox2.Size = new System.Drawing.Size(322, 82);
703             
this.groupBox2.TabIndex = 116;
704             
this.groupBox2.TabStop = false;
705             
this.groupBox2.Text = "Search by Product Name";
706             
//
707             
// txtProduct
708             
//
709             
this.txtProduct.Location = new System.Drawing.Point(16, 40);
710             
this.txtProduct.Name = "txtProduct";
711             
this.txtProduct.Size = new System.Drawing.Size(284, 24);
712             
this.txtProduct.TabIndex = 0;
713             
this.txtProduct.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
714             
//
715             
// timer1
716             
//
717             
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
718             
//
719             
// label6
720             
//
721             
this.label6.AutoSize = true;
722             
this.label6.Location = new System.Drawing.Point(573, 9);
723             
this.label6.Name = "label6";
724             
this.label6.Size = new System.Drawing.Size(39, 17);
725             
this.label6.TabIndex = 117;
726             
this.label6.Text = "label6";
727             
this.label6.Visible = false;
728             
//
729             
// frmPlaceOrders
730             
//
731             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
732             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
733             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
734             
this.ClientSize = new System.Drawing.Size(1289, 676);
735             
this.Controls.Add(this.label6);
736             
this.Controls.Add(this.groupBox2);
737             
this.Controls.Add(this.dataGridView1);
738             
this.Controls.Add(this.txtProductID);
739             
this.Controls.Add(this.Panel1);
740             
this.Controls.Add(this.btnRemove);
741             
this.Controls.Add(this.btnPrint);
742             
this.Controls.Add(this.Panel2);
743             
this.Controls.Add(this.ListView1);
744             
this.Controls.Add(this.GroupBox1);
745             
this.Controls.Add(this.txtCustomerName);
746             
this.Controls.Add(this.txtInvoiceNo);
747             
this.Controls.Add(this.dtpInvoiceDate);
748             
this.Controls.Add(this.txtCustomerID);
749             
this.Controls.Add(this.Label4);
750             
this.Controls.Add(this.Label1);
751             
this.Controls.Add(this.Label2);
752             
this.Controls.Add(this.Label3);
753             
this.Controls.Add(this.Label13);
754             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
755             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
756             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
757             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
758             
this.MaximizeBox = false;
759             
this.Name = "frmPlaceOrders";
760             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
761             
this.Text = "Orders";
762             
this.Load += new System.EventHandler(this.frmInvoice_Load);
763             
this.GroupBox1.ResumeLayout(false);
764             
this.GroupBox1.PerformLayout();
765             
this.Panel2.ResumeLayout(false);
766             
this.Panel2.PerformLayout();
767             
this.Panel1.ResumeLayout(false);
768             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
769             
this.groupBox2.ResumeLayout(false);
770             
this.groupBox2.PerformLayout();
771             
this.ResumeLayout(false);
772             
this.PerformLayout();
773
774         }
775
776         
#endregion
777
778         
internal System.Windows.Forms.Label Label13;
779         
internal System.Windows.Forms.Label Label4;
780         
internal System.Windows.Forms.Label Label1;
781         
internal System.Windows.Forms.Label Label2;
782         
internal System.Windows.Forms.Label Label3;
783         
internal System.Windows.Forms.TextBox txtInvoiceNo;
784         
internal System.Windows.Forms.DateTimePicker dtpInvoiceDate;
785         
internal System.Windows.Forms.GroupBox GroupBox1;
786         
internal System.Windows.Forms.TextBox txtTotalAmount;
787         
internal System.Windows.Forms.Label Label11;
788         
internal System.Windows.Forms.Button Button7;
789         
internal System.Windows.Forms.Label Label5;
790         
internal System.Windows.Forms.TextBox txtProductName;
791         
internal System.Windows.Forms.Label Label12;
792         
internal System.Windows.Forms.TextBox txtSaleQty;
793         
internal System.Windows.Forms.Label Label9;
794         
internal System.Windows.Forms.TextBox txtPrice;
795         
internal System.Windows.Forms.Label Label10;
796         
internal System.Windows.Forms.TextBox txtAvailableQty;
797         
internal System.Windows.Forms.ColumnHeader ColumnHeader1;
798         
internal System.Windows.Forms.ColumnHeader ColumnHeader2;
799         
internal System.Windows.Forms.ColumnHeader ColumnHeader3;
800         
internal System.Windows.Forms.ColumnHeader ColumnHeader4;
801         
internal System.Windows.Forms.ColumnHeader ColumnHeader5;
802         
internal System.Windows.Forms.Panel Panel2;
803         
internal System.Windows.Forms.TextBox txtPaymentDue;
804         
internal System.Windows.Forms.TextBox txtTotalPayment;
805         
internal System.Windows.Forms.Label Label19;
806         
internal System.Windows.Forms.Label payment;
807         
internal System.Windows.Forms.TextBox txtTotal;
808         
internal System.Windows.Forms.Label Label16;
809         
internal System.Windows.Forms.TextBox txtTaxAmt;
810         
internal System.Windows.Forms.Label Label24;
811         
internal System.Windows.Forms.TextBox txtTaxPer;
812         
internal System.Windows.Forms.Label Label15;
813         
internal System.Windows.Forms.TextBox txtSubTotal;
814         
internal System.Windows.Forms.Label Label14;
815         
internal System.Windows.Forms.Button btnRemove;
816         
internal System.Windows.Forms.Button btnPrint;
817         
internal System.Windows.Forms.Panel Panel1;
818         
internal System.Windows.Forms.Button NewRecord;
819         
internal System.Windows.Forms.Button Save;
820         
private System.Windows.Forms.ColumnHeader columnHeader6;
821         
public System.Windows.Forms.TextBox txtCustomerName;
822         
public System.Windows.Forms.TextBox txtCustomerID;
823         
public System.Windows.Forms.TextBox txtProductID;
824         
public System.Windows.Forms.DataGridView dataGridView1;
825         
private System.Windows.Forms.GroupBox groupBox2;
826         
private System.Windows.Forms.TextBox txtProduct;
827         
private System.Windows.Forms.Timer timer1;
828         
public System.Windows.Forms.Label label6;
829         
public System.Windows.Forms.ListView ListView1;
830         
internal System.Windows.Forms.TextBox txtDiscountAmount;
831         
internal System.Windows.Forms.Label label17;
832         
internal System.Windows.Forms.TextBox txtDiscountPer;
833         
internal System.Windows.Forms.Label label8;
834         
internal System.Windows.Forms.Label label18;
835         
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
836         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
837         
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
838         
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
839         
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
840         
public System.Windows.Forms.ComboBox cmbPaymentType;
841     }
842 }


Gõ tìm kiếm nhanh...